home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / presto / presto10.lha / src / makelog < prev    next >
Text File  |  1991-12-11  |  2KB  |  29 lines

  1. (cd Base; make -f ../Makefile _base "CFLAGS1=-O")
  2. cxx -DPRESTO -DPREEMPT -O  -c callstate.cxx
  3. c.h:22: error: This declaration of the function rename has the same type-safe linkage as another declaration of rename with a different type.
  4. objects.h:42: error: In this declaration, the tag "Oqueue" may not be reused.
  5. objects.h:72: error: In the declaration of an unnamed field, Oqueue::get is not declared.
  6. objects.h:83: error: In the declaration of an unnamed field, Oqueue::lookat is not declared.
  7. objects.h:91: error: In the declaration of an unnamed field, Oqueue::append is not declared.
  8. objects.h:103: error: In the declaration of an unnamed field, Oqueue::prepend is not declared.
  9. objects.h:111: error: In the declaration of an unnamed field, Oqueue::remove is not declared.
  10. threadq.h:14: error: In this declaration, the incomplete type Oqueue is used as a base class.
  11. threadq.h:30: error: In this declaration, the incomplete type Oqueue is used as a base class.
  12. locks.h:52: error: In this declaration, the incomplete type Oqueue is used as a base class.
  13. Compilation terminated with errors. 
  14. *** Error code 1
  15. cxx -DPRESTO -DPREEMPT -O  -c main_init.cxx
  16. c.h:22: error: This declaration of the function rename has the same type-safe linkage as another declaration of rename with a different type.
  17. objects.h:42: error: In this declaration, the tag "Oqueue" may not be reused.
  18. objects.h:72: error: In the declaration of an unnamed field, Oqueue::get is not declared.
  19. objects.h:83: error: In the declaration of an unnamed field, Oqueue::lookat is not declared.
  20. objects.h:91: error: In the declaration of an unnamed field, Oqueue::append is not declared.
  21. objects.h:103: error: In the declaration of an unnamed field, Oqueue::prepend is not declared.
  22. objects.h:111: error: In the declaration of an unnamed field, Oqueue::remove is not declared.
  23. threadq.h:14: error: In this declaration, the incomplete type Oqueue is used as a base class.
  24. threadq.h:30: error: In this declaration, the incomplete type Oqueue is used as a base class.
  25. locks.h:52: error: In this declaration, the incomplete type Oqueue is used as a base class.
  26. Compilation terminated with errors. 
  27. *** Error code 1
  28. cxx -DPRESTO -DPREEMPT -O  -c main_main.cxx
  29.